home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2230 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  976b  |  45 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 27 || _root.draglej == 28)
  5.       {
  6.          _root.d_ochlasta.i = "item_papir";
  7.       }
  8.       else if(_root.draglej == 2)
  9.       {
  10.          _root.d_ochlasta.i = "item_n2";
  11.       }
  12.       else if(_root.draglej == 31)
  13.       {
  14.          _root.d_ochlasta.i = "item_n31";
  15.       }
  16.       else if(_root.draglej == 25)
  17.       {
  18.          _root.d_ochlasta.i = "item_stavicka";
  19.       }
  20.       else if(_root.draglej == 3 || _root.draglej == 4)
  21.       {
  22.          _root.d_ochlasta.i = "item_stavicka_1";
  23.       }
  24.       else if(0 < _root.draglej)
  25.       {
  26.          _root.d_ochlasta.i = "item_bad";
  27.       }
  28.       else
  29.       {
  30.          _root.d_ochlasta.i = "start";
  31.       }
  32.    }
  33.    else
  34.    {
  35.       if(_root.poz == "b")
  36.       {
  37.          _root.set_info(174);
  38.          _root.ic_pusa();
  39.       }
  40.       _root.pepa.gotoAndPlay(_root.poz add "c");
  41.    }
  42.    _root.stopdragall();
  43.    _root.hideall();
  44. }
  45.